New function to obtain a list of toplevel widgets constructed by the ui
authorMatthias Clasen <maclas@gmx.de>
Thu, 8 Jan 2004 23:37:34 +0000 (23:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jan 2004 23:37:34 +0000 (23:37 +0000)
commitf2bb20cc15438e6b8d1d7c979681de3cbefac4f6
tree2215b4d866071dabb083aeb8b5647d96a0fcc356
parentecceb20a8b13df9af33a052b75fab4fa3ae189ea
New function to obtain a list of toplevel widgets constructed by the ui

Fri Jan  9 00:34:57 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkuimanager.h:
* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): New function to
obtain a list of toplevel widgets constructed by the ui manager.

* gtk/gtkuimanager.h (GtkUIManagerItemType): Change to flags, so that
the values can be combined for gtk_ui_manager_get_toplevels().

* tests/testmerge.c: Add a "Dump toplevels" button to test
gtk_ui_manager_get_toplevels().
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtkuimanager.c
gtk/gtkuimanager.h
tests/testmerge.c